'Declaration
Public Overloads Sub InsertRange( _ ByVal startingIndex As Integer, _ ByVal newItems As IEnumerable(Of T) _ )
public void InsertRange( int? startingIndex, IEnumerable<T>? newItems )
Parameters
- startingIndex
- newItems
'Declaration
Public Overloads Sub InsertRange( _ ByVal startingIndex As Integer, _ ByVal newItems As IEnumerable(Of T) _ )
public void InsertRange( int? startingIndex, IEnumerable<T>? newItems )